home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Fun & Games / UniSudoku (trial).dmg / UniSudoku.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Text File  |  2006-02-27  |  2KB  |  53 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 enterPuzzle = id; 
  6.                 newEasyPuzzle = id; 
  7.                 newHardPuzzle = id; 
  8.                 newMediumPuzzle = id; 
  9.                 registerUniSudoku = id; 
  10.                 sendFeedback = id; 
  11.                 showPreferencePanel = id; 
  12.                 visitWebSite = id; 
  13.             }; 
  14.             CLASS = AppController; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 editMenu = NSMenu; 
  18.                 highlightMenu = NSMenuItem; 
  19.                 registerUniSudoku = NSMenuItem; 
  20.             }; 
  21.             SUPERCLASS = NSObject; 
  22.         }, 
  23.         {
  24.             ACTIONS = {highlight = id; rotateLeft = id; rotateRight = id; startPuzzleOver = id; }; 
  25.             CLASS = FirstResponder; 
  26.             LANGUAGE = ObjC; 
  27.             SUPERCLASS = NSObject; 
  28.         }, 
  29.         {
  30.             ACTIONS = {
  31.                 candidateSelection = id; 
  32.                 copy = id; 
  33.                 highlight = id; 
  34.                 makeGuess = id; 
  35.                 rotate = id; 
  36.                 setInitialSquares = id; 
  37.                 startPuzzleOver = id; 
  38.             }; 
  39.             CLASS = MyDocument; 
  40.             LANGUAGE = ObjC; 
  41.             OUTLETS = {
  42.                 candidatesMatrix = NSMatrix; 
  43.                 difficultyLabel = NSTextField; 
  44.                 doneButton = NSButton; 
  45.                 manualLabel = NSTextField; 
  46.                 sudokuView = UniSudokuView; 
  47.                 timerView = UniSudokuTimerView; 
  48.             }; 
  49.             SUPERCLASS = NSDocument; 
  50.         }
  51.     ); 
  52.     IBVersion = 1; 
  53. }